@charset "UTF-8";
.select-custom {
  position: relative;
}

.select-custom .drop-down {
  background-image: url("../../../../../../../../icon/index/xljt.png");
  background-size: cover;
  width: 17px;
  height: 25px;
  background-position: center;
  position: absolute;
  right: 5px;
  top: 2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*去掉下拉箭头*/
  border-radius: 4px;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}
/*# sourceMappingURL=selectCustom.css.map */